Fix KERNELS example, mkinitrd example.
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Tue, 11 Apr 2006 11:46:39 +0000 (12:46 +0100)
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Tue, 11 Apr 2006 11:46:39 +0000 (12:46 +0100)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
README

diff --git a/README b/README
index b3ab351f52bb6b64467d93737b19a14ed5d7be36..b295c300edcd96db2af54de775058d94623aac3e 100644 (file)
--- a/README
+++ b/README
@@ -132,16 +132,16 @@ On Linux:
 \r
    The make command line defaults to building the kernel vmlinuz-2.6.x-xen. \r
    You can override this default by specifying KERNELS=kernelname. For \r
-   example, you can make two kernels - linux-2.6.16-xen0 \r
-   and linux-2.6.16-xenU - which are smaller builds containing only selected \r
-   modules, intended primarilly for developers that don't like to wait \r
+   example, you can make two kernels - linux-2.6-xen0 \r
+   and linux-2.6-xenU - which are smaller builds containing only selected \r
+   modules, intended primarily for developers that don't like to wait \r
    for a full -xen kernel to build. The -xenU kernel is particularly small,\r
    as it does not contain any physical device drivers, and hence is\r
    only useful for guest domains.\r
 \r
    To make these two kernels, simply specify\r
 \r
-   KERNELS="linux-2.6.16-xen0 linux-2.6.16-xenU"\r
+   KERNELS="linux-2.6-xen0 linux-2.6-xenU"\r
 \r
    in the make command line.\r
 \r
@@ -172,5 +172,5 @@ On Linux:
 \r
    Depending on your config, you may need to use 'mkinitrd' to create\r
    an initial ram disk, just like a native system e.g. \r
-    # depmod 2.6.12.6-xen\r
-    # mkinitrd -v -f --with=aacraid --with=sd_mod --with=scsi_mod initrd-2.6.12.6-xen.img 2.6.12.6-xen\r
+    # depmod 2.6.16-xen\r
+    # mkinitrd -v -f --with=aacraid --with=sd_mod --with=scsi_mod initrd-2.6.16-xen.img 2.6.16-xen\r